home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
THINKC
/
4_0
/
TERMINAL
/
SRCS
/
MACHEADE.C1
< prev
next >
Wrap
Text File
|
1990-12-11
|
1KB
|
55 lines
/*
Terminal 2.0
"MacHeaders.c"
To be precompiled into "MacHeaders"
*/
#include <ControlMgr.h>
#include <DeskMgr.h>
#include <DeviceMgr.h>
#include <DialogMgr.h>
#include <EventMgr.h>
#include <FileMgr.h>
#include <FontMgr.h>
#include <HFS.h>
#include <IntlPkg.h>
#include <ListMgr.h>
#include <MacTypes.h>
#include <MemoryMgr.h>
#include <MenuMgr.h>
#include <OSUtil.h>
#include <PackageMgr.h>
#include <Quickdraw.h>
#include <ResourceMgr.h>
#include <ScrapMgr.h>
#include <SegmentLdr.h>
#include <StdFilePkg.h>
#include <TextEdit.h>
#include <ToolboxUtil.h>
#include <WindowMgr.h>
#include <asm.h>
#include <pascal.h>
#include <ScriptMgr.h>
#include <SerialDvr.h>
#include <MultiFinder.h>
#include <ctype.h>
#include <setjmp.h>
#include <stdarg.h>
#include <string.h>
/* The following file is not absolutely needed. It's a file
with all the Mac toolbox prototypes. It's not part of the
THINK C package, but can be downloaded from the SYMANTEC
forum on CompuServe. */
/*#include <MacProto.h>*/
/* To be compatible with MPW */
#define QD(x) (x)
#define DlgHookProcPtr ProcPtr
#define FileFilterProcPtr ProcPtr
#define ModalFilterProcPtr ProcPtr